home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / utils / xad / docs / xadunfile.doc < prev   
Text File  |  1999-01-01  |  2KB  |  87 lines

  1. NAME
  2.     xadUnFile 1.4
  3.  
  4. SYNOPSIS
  5.     xadUnFile FROM/A,DESTDIR,PASSWORD/K,FILE/M,NE=NOEXTERN/S,
  6.     INFO=LIST/S,OW=OVERWRITE/S,NOTREE/S,ASKMAKEDIR/S,
  7.     NOCOMMENT/S,NOPROT/S,NODATE/S,NOABS/S
  8.  
  9. DESCRIPTION
  10.     xadUnFile is the master shell tool to extract data from
  11.     disk archives.
  12.  
  13.     FROM specifies the disk archive that should be handled.
  14.  
  15.     DESTDIR is the destination directory. The directory is created
  16.     when it does not exist (except if ASKMAKEDIR is turned on and
  17.     you select no). There are some dangerous archives using absolute
  18.     path names (e.g. starting with LIBS: or RAM:). xadUnFile archives
  19.     these files to their absolute position (except NOTREE or NOABS is
  20.     used).
  21.  
  22.     PASSWORD can be used to supply a password for unarchiving of
  23.     encrypted archives.
  24.  
  25.     FILE allows you to select multiple filenames (including patterns),
  26.     which should be extracted. When FILE is not given, all files are
  27.     extacted. With FILE only matching files are extracted.
  28.     NOTE: When you do not use NOTREE keyword, the patterns check
  29.     includes checks for directory structure as well.
  30.  
  31.     NOEXTERN prohibits the use of external clients for
  32.     recognition purposes.
  33.     
  34.     INFO or LIST prints information about the archive and does not
  35.     do any unarchiving.
  36.     
  37.     OVERWRITE forces the program to overwrite an already existing
  38.     destination file. Normally you are asked about that.
  39.     
  40.     NOTREE skips all directory names and writes the files directly to
  41.     destination directory.
  42.     
  43.     ASKMAKEDIR forces the program to ask you, if a missing directory
  44.     should be created.
  45.     
  46.     NOCOMMENT prevents setting archived file comments, NOPROT prevents
  47.     setting file protection bits and NODATE prevents setting date
  48.     information. NOCOMMENT also prevents displaying comment lines with
  49.     INFO or LIST keyword.
  50.     
  51.     NOABS prevents creation of absolute path names.
  52.  
  53. EXAMPLES
  54.     Shell> xadUnFile archive.tar RAM:
  55.         Unarchive the tar archive to RAM:
  56.  
  57.     Shell> xadUnFile archive.tar LIST
  58.         Tells information about archive.tar file.
  59.  
  60. HISTORY
  61.     xadUnFile 1.4
  62.     - no longer aborts when unarchiving failed for one entry
  63.     - added NOABS option and comment display with INFO
  64.  
  65.     xadUnFile 1.3
  66.     - added size output for "group archivers" like LzX
  67.  
  68.     xadUnFile 1.2
  69.     - added output for corrupted files
  70.  
  71.     xadUnFile 1.1
  72.     - added FILE parameter and directory creation
  73.  
  74.     xadUnFile 1.0
  75.     - First public release.
  76.  
  77. COPYRIGHT
  78.     xadUnFile is freely distributable for noncommercial use.
  79.  
  80. AUTHOR
  81.     Dirk Stöcker
  82.     Geschwister-Scholl-Straße 10
  83.     01877 Bischofswerda
  84.     GERMANY
  85.     
  86.     Dirk Stoecker <stoecker@amigaworld.com>
  87.